@charset "UTF-8";

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../new_font/HarmonyOS_Sans_SC.woff2") format("woff2"),
    url("../new_font/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-family: "HarmonyOS Sans SC";
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  position: relative;
  overflow-x: hidden;
}
img {
  display: block;
  border: none;
}
.swiper-slide {
  position: relative;
}
.swiper-pagination-bullet {
  display: inline-block !important;
  margin: 36px 20px 0;
  width: 15px;
  height: 15px;
}
.swiper-pagination {
  position: relative;
  top: -150px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: #f9c152 !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.slide1 {
  background: url(/themes/default/new_img/banner_01.jpg) top center no-repeat;
  background-size: cover;
  height: 850px !important;
}
.slide2 {
  background: url(/themes/default/new_img/banner_02.jpg) top center no-repeat;
  background-size: cover;
  height: 850px !important;
}
.slide3 {
  background: url(/themes/default/new_img/banner_03.jpg) top center no-repeat;
  background-size: cover;
  height: 850px !important;
}
.swiper-slide img {
  width: 100%;
}
.slide-con {
  position: absolute;
  top: 330px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.slide-con a {
  display: block;
  width: 1200px;
  text-decoration: none;
  margin-top: 80px;
}
.swiper-slide h1 {
  font-size: 50px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 3px;
}
.swiper-slide h1 span {
  color: #f9c152;
}
.banner-link {
  width: 155px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #f9c152;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px;
}
.aboutus {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.aboutus h2 {
  background: url(../new_img/index_aboutusbg.png) bottom left no-repeat;
  font-size: 32px;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 16px;
  margin-bottom: 60px;
}
.about-con {
  overflow: hidden;
}
.about-con > li {
  float: left;
  width: 600px;
  font-size: 14px;
  color: #777;
}
.about-con h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}
.slogan {
  font-size: 16px;
  padding: 0px 0 20px;
}
.about-con p {
  line-height: 25px;
}
.history {
  margin-top: 20px;
}
.history li {
  background: url(../new_img/index_arrow.png) 0px 3px no-repeat;
  padding-left: 25px;
  margin-top: 15px;
  line-height: 24px;
}
.more {
  width: 130px;
  height: 40px;
  background: #101010;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  margin-top: 70px;
  letter-spacing: 1px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.about-con > li:nth-child(2) {
  float: left;
  margin-left: 67px;
  width: 518px;
  height: 534px;
  position: relative;
}
.about-con > li:nth-child(2):hover .y-bg {
  width: 518px;
  height: 534px;
}
.scle-img {
  width: 518px;
  height: 534px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
}
.y-bg {
  width: 503px;
  height: 515px;
  background: #f9c152;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 22;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s, -moz-transform 0.5s;
  -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
  -o-transition: width 0.5s, height 0.5s, -o-transform 0.5s;
}
.scle-img > img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 99;
}
.scle-img > img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.products {
  width: 100%;
  height: 726px;
  background: url(../new_img/product_bg.jpg) top center no-repeat;
  background-size: cover;
}
.products h2 {
  width: 100%;
  text-align: center;
  background: url(../new_img/product_titbg.png) bottom center no-repeat;
  font-size: 32px;
  color: #f9c152;
  letter-spacing: 2px;
  padding-bottom: 16px;
  padding-top: 80px;
  margin-bottom: 60px;
}
.product-show {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#swiper2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#swiper2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.product-con {
  width: 540px;
}
.product-con h3 {
  font-size: 25px;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
.product-con p {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.product-con p span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #999;
  margin-left: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
.product-con p span:nth-child(1) {
  margin-left: 0;
}
.probtn {
  width: 540px;
  border-top: 1px solid #999;
  padding-top: 40px;
  margin-top: 40px;
}
.probtn a {
  display: block;
  background: #f9c152;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #010101;
  letter-spacing: 1px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.pro-img {
  border: 10px solid #fff;
  width: 560px;
  height: 369px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23838383'%2F%3E%3C%2Fsvg%3E");
  left: -90px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23838383'%2F%3E%3C%2Fsvg%3E");
  right: -90px;
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 10px 44px;
  width: 44px;
  border-radius: 50%;
  border: 1px solid #838383;
}
.button-bg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.button-bg-prev {
  left: -90px;
}
.button-bg-next {
  right: -90px;
}
.button-bg-color {
  background: #f9c152 !important;
  border: 1px solid #f9c152;
  margin-top: -22px;
}
.swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  border: 1px solid #f9c152;
}
.swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  border: 1px solid #f9c152;
}
.stores {
  width: 100%;
  height: 888px;
  background: url(../new_img/shopbg.jpg) top center no-repeat;
  background-size: cover;
}
.stores h2,
.news-center h2 {
  width: 100%;
  text-align: center;
  background: url(../new_img/stores_titbg.png) bottom center no-repeat;
  font-size: 32px;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 16px;
  padding-top: 100px;
  margin-bottom: 60px;
}
.stores ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stores ul li {
  width: 340px;
  height: 227px;
  margin-left: 90px;
  margin-top: 40px;
}
.stores ul li:nth-child(1),
.stores ul li:nth-child(4) {
  margin-left: 0;
}
.front {
  text-align: center;
  -webkit-box-shadow: 0px 0px 40px #eaeaea;
  box-shadow: 0px 0px 40px #eaeaea;
  background: #fff;
}
.front img {
  display: inline-block;
  height: 86px;
  margin-top: 30px;
}
.front:hover {
  background: #f9c152;
}
.front > div {
  background: url(../new_img/flagbg.png) top center no-repeat;
  text-align: center;
  height: 86px;
  line-height: 86px;
  font-size: 41px;
  color: #f9c152;
  margin-top: 30px;
}
.front > p {
  font-size: 18px;
  color: #272727;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}
.front > p > span {
  font-size: 14px;
  color: #666;
}
.back img {
  width: 340px;
  height: 227px;
}
.e-storebg {
  background: url(../new_img/eshopbg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 349px;
}
.e-store {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 130px;
}
.e-store p {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
}
.e-store p span {
  font-size: 20px;
}
.e-store a {
  width: 130px;
  height: 40px;
  background: #f9c152;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.news-center {
  width: 100%;
  height: 1113px;
  background: url(../new_img/newsbg.jpg) top center no-repeat;
  background-size: cover;
}
.news-center h2 {
  padding-top: 130px;
}
.news-con {
  width: 1200px;
  margin: 100px auto 0;
}
.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-nav > li {
  padding: 0px 10px;
  margin: 0 10px;
  border: 1px solid #ececec;
  font-size: 16px;
  color: #8b8b8b;
  letter-spacing: 1px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.selected {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}
.news-nav > li:hover {
  color: #fff;
}
.news-list {
  margin-top: 100px;
  display: none;
}
.news-list li {
  position: relative;
  width: 369px;
}
.news-list li a {
  display: block;
}
.news-time {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  font-family: "DIN Medium";
  font-weight: bold;
  background: #f9c152;
  border-radius: 3px;
}
.news-tit {
  width: 280px;
  padding: 40px 25px;
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: -165px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px #d7d7d7;
  box-shadow: 0 0 30px #d7d7d7;
  text-align: center;
  -webkit-transition: top 1s;
  transition: top 1s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
}
.news-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-tit h5 {
  font-size: 22px;
  color: #333;
}
.news-tit p {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  margin: 15px 0 30px;
}
.readmore {
  display: block;
  background: url(../new_img/readicon.jpg) top left no-repeat;
  padding-left: 18px;
  font-size: 14px;
  color: #272727;
  width: 60px;
  margin: 0 auto;
  height: 16px;
  line-height: 16px;
}
.news-list ul li:hover .news-tit {
  top: 200px;
}
.news-list ul li .sel_top {
  width: 369px;
  height: 284px;
  overflow: hidden;
}
.news-list ul li .sel_top img {
  position: relative;
  width: 369px;
  height: 284px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-list ul li:hover .sel_top img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.btn-ef:hover {
  background: #f9c152;
}
.btn-ef:before {
  content: " ";
  position: absolute;
  background: #fff;
  width: 25px;
  height: 50px;
  top: 0;
  left: -45px;
  opacity: 0.3;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.btn-ef:hover:before {
  width: 45px;
  left: 205px;
}
#popup {
  padding-top: 90px;
  text-align: center;
}
#fullbg {
  background-color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  top: 0;
  z-index: 999998;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
#dialog {
  background-color: #fff;
  height: 600px;
  left: 50%;
  margin: 0 0 0 -490px;
  padding: 1px;
  position: fixed !important;
  top: 21%;
  width: 980px;
  z-index: 999999;
  display: none;
}
#dialog > p {
  font-size: 14px;
  color: #f9c152;
  padding-top: 10px;
}
.dialog-con {
  position: relative;
  padding: 40px 50px;
  height: 455px;
}
.dialog-con p.close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.dialog-con-l {
  width: 400px;
  float: left;
}
.dialog-con-l h3,
.dialog-con-r h3 {
  font-size: 21px;
  margin-bottom: 40px;
}
.popup-form ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #666;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
}
.item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.popup-form span {
  color: #ff5f01;
  font-weight: bold;
  font-size: 20px;
}
.popup-form select {
  width: 143px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dedede;
  padding: 0 5px;
  margin-left: 10px;
  color: #757575;
}
.popup-form input {
  width: 280px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dedede;
  background: none;
  padding: 0 10px;
  margin-left: 10px;
}
.popup-btn {
  width: 100px;
  color: #fff;
  font-size: 16px;
  background: #f9c152;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  left: 440px;
  cursor: pointer;
}
.dialog-con-m {
  width: 80px;
  height: 429px;
  float: left;
  background: url(/themes/default/images/popup-line.png) top center no-repeat;
}
.dialog-con-r {
  width: 400px;
  float: right;
}
.dialog-con-r > p {
  text-align: left;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  margin-top: 25px;
}
#diqu select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ddgt {
  position: relative;
  height: auto;
  background: none;
  opacity: 1;
}
#videoCon {
  height: 225px;
  width: 400px;
}
